home *** CD-ROM | disk | FTP | other *** search
- Ticker PLUGIN
- -------------
- A simple PLUGIN that absorbs all the IDCMP_INTUITICKS and calls its action
- function on each tick.
-
- Constructors:
-
- None, just create the object.
-
- Destructor:
-
- None, you needn't call END, but it doesn't hurt.
-
- Action functions:
-
- Your action function will be called (or your action value returned by
- easygui()) in the following circumstances:
- o When an IDCMP_INTUITICK occurs. Note: IDCMP_INTUITICKS only happen
- to the active window!
-
- Exceptions:
-
- None.
-